home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / hotkeyed.exe / HOTKEYED.DEF < prev    next >
Text File  |  1992-04-13  |  457b  |  19 lines

  1. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME         HotKeyEd
  4. DESCRIPTION  'Shortcut-Key Edit Control Sample - Copyright (c) 1992 Microsoft Corp.'
  5. EXETYPE      WINDOWS
  6. STUB         'WINSTUB.EXE'
  7.  
  8. CODE  PRELOAD MOVEABLE DISCARDABLE
  9. DATA  PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     1024
  12. STACKSIZE    5120
  13.  
  14. EXPORTS
  15.     MainWndProc        @1
  16.     AboutDlgProc       @2
  17.     HotKeyEditDlgProc  @3
  18.     HotKeyEditProc     @4
  19.